home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import marvel.centralsmashdown.views.SendToFriend;
-
- [Embed(source="/_assets/assets.swf", symbol="SendToFriend")]
- public dynamic class SendToFriend extends marvel.centralsmashdown.views.SendToFriend
- {
-
-
- public function SendToFriend()
- {
- super();
- addFrameScript(0,frame1);
- }
-
- internal function frame1() : *
- {
- stop();
- }
- }
- }
-